home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>CreateUnoDialog Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03131800"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="createunodialog" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="68578">CreateUnoDialog Function [Runtime]</help:link></p>
- <p class="Paragraph">Creates a Basic Uno object that represents a Uno dialog control during Basic runtime.</p>
- </help:to-be-embedded>
- <p class="Paragraph">Dialogs are defined in the dialog libraries. To display a dialog, a "live" dialog must be created from the library.</p>
- <p class="Paragraph">See <help:link Id="68535" xmlns:help="http://openoffice.org/2000/help">Examples</help:link>.</p>
- <p class="Paragraph"><span class="T1">Syntax</span>:</p>
- <p class="Paragraph">CreateUnoDialog( oDlgDesc )<help:key-word value="CreateUnoDialog" tag="kw68578_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="P2">Example:</p>
- <p class="PropText">' Get dialog description from the dialog library</p>
- <p class="PropText">oDlgDesc = DialogLibraries.Standard.Dialog1</p>
- <p class="PropText"/>
- <p class="PropText">' generate "live" dialog</p>
- <p class="PropText">oDlgControl = CreateUnoDialog( oDlgDesc )</p>
- <p class="PropText"/>
- <p class="PropText">' display "live" dialog</p>
- <p class="PropText">oDlgControl.execute</p>
- </body></html>